home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: EPSWriting.h
- // SUMMARY: Interface for a EPSWriting category to NXImage
- // SUPERCLASS: Object:NXImage(EPSWriting)
- // INTERFACE: None
- // AUTHOR: Rohit Khare (_EPSWritingImageView by Sharon Zahkour of NeXT)
- // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION
- // This method is placed here by analogy to writeTIFF:*
- // The code here uses some code from the TIFFtoEPS NeXT MiniExample.
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 07/16/94: Created. Derived from TIFFtoEPS.app
- ///////////////////////////////////////////////////////////////////////////////
-
- #import <appkit/appkit.h>
- #import "_FormatWritingImageView.h"
-
- @interface NXImage (EPSWriting)
- - writeEPS:(NXStream *)stream;
- @end
-
-